home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
hc
/
growthre.sit
/
Growth Records
/
background_6652.txt
< prev
next >
Wrap
Text File
|
1988-02-06
|
5KB
|
244 lines
-- background: 6652 from stack: in
-- bmap block id: 14060
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openCard
push recent card
end openCard
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=226 top=295 right=320 bottom=253
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=255 top=295 right=320 bottom=282
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=453 top=294 right=322 bottom=490
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=22 top=292 right=321 bottom=54
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris open
go Home
end mouseUp
-- part 13 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=80 top=33 right=52 bottom=419
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name: title
-- part 14 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=56 top=294 right=322 bottom=97
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
go to card id 5522
end mouseUp
-- part 15 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=29 top=56 right=290 bottom=477
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 16 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=100 top=293 right=321 bottom=133
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: growth records
----- HyperTalk script -----
on mouseUp
visual effect iris close
go "growth records"
end mouseUp
-- part 17 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=99 top=322 right=342 bottom=136
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
get field "title" in this card
put first word of it into cardtitle
put "DD " before cardtitle
go to card cardtitle
if the result is not empty then
answer "No diff diag card entitled: " & cardtitle
end if
end mouseUp
-- part 18 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=136 top=322 right=342 bottom=173
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
get field "title" in this card
put first word of it into cardtitle
put "HP " before cardtitle
go to card cardtitle
if the result is not empty then
answer "No H&P card entitled: " & cardtitle
end if
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=176 top=322 right=342 bottom=207
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
get field "title" in this card
put first word of it into cardtitle
put "Lab " before cardtitle
go to card cardtitle
if the result is not empty then
answer "No Lab card entitled: " & cardtitle
end if
end mouseUp